Indexpage
Hidden
Index
Indexpage1
Follow the steps below to get started with your Site Template:
- Unzip the downloaded zip file
themeforest-xxxxx.zipfolder - Open folder named
main-file - Here you will find
assetsfolders of all files - You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
- Make sure you upload the required files/folders listed below:
css- Extra Stylesheets Folder plus Main Stylesheet Fileimages- Images Folderjquery- Javacripts Foldervideo- Videos Folder.htmlextension files - main page template File
- You will need to Upload these files to your Web Server using FTP in
order to use it on your Website and give the paths of files in
.htmlextension files. - You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.
Layout-1 Index File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<!--==================== [ Services popup Section Start ] ====================-->
<div class="popup-overlay"> </div>
<div class="popup-box-dash">
.....
</div>
<!--==================== [ Services popup Section Exit ] ====================-->
<!--==================== [ Project popup Section Start ] ====================-->
<div class="popup-box-dash-project">
.....
</div>
<!--==================== [ Project popup Section Exit ] ====================-->
<!--==================== [ Blog popup Section Start ] ====================-->
<div class="popup-box-dash-blog">
.....
</div>
<!--==================== [ Blog popup Section Exit ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ hero Section Start ] ====================-->
<div class="hero" id="hero">
...
</div>
<!--==================== [ hero Section Exit ] ====================-->
<!--==================== [ Slider Logo Section Start ] ====================-->
<div class="logos">
...
</div>
<!--==================== [ Slider Logo Section Exit ] ====================-->
<!--==================== [ About Section Start ] ====================-->
<div class="about data-padding" id="about">
...
</div>
<!--==================== [ About Section Exit ] ====================-->
<!--==================== [ Service Section Start ] ====================-->
<div class="services data-padding" id="services">
...
</div>
<!--==================== [ Service Section Exit ] ====================-->
<!--==================== [ Project Section Start ] ====================-->
<div class="project data-padding" id="project">
...
</div>
<!--==================== [ Project Section Exit ] ====================-->
<!--==================== [ Testimonial Section Start ] ====================-->
<div class="testimonial data-padding" id="testimonial">
...
</div>
<!--==================== [ Testimonial Section Exit ] ====================-->
<!--==================== [ Award Section Start ] ====================-->
<div class="award data-padding" id="award">
...
</div>
<!--==================== [ Award Section Exit ] ====================-->
<!--==================== [ Logo Scrool slider Section Start ] ====================-->
<div class="slider-logo">
...
</div>
<!--==================== [ Logo Scrool slider Section Exit ] ====================-->
<!--==================== [ Pricing Section Start ] ====================-->
<div class="pricing data-padding" id="pricing">
...
</div>
<!--==================== [ Pricing Section Exit ] ====================-->
<!--==================== [ blog Section Start ] ====================-->
<div class="blog" id="blog">
...
</div>
<!--==================== [ blog Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Index File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ hero Section Start ] ====================-->
<div class="hero" id="hero">
...
</div>
<!--==================== [ hero Section Exit ] ====================-->
<!--==================== [ Slider Logo Section Start ] ====================-->
<div class="logos">
...
</div>
<!--==================== [ Slider Logo Section Exit ] ====================-->
<!--==================== [ About Section Start ] ====================-->
<div class="about data-padding" id="about">
...
</div>
<!--==================== [ About Section Exit ] ====================-->
<!--==================== [ Service Section Start ] ====================-->
<div class="services data-padding" id="services">
...
</div>
<!--==================== [ Service Section Exit ] ====================-->
<!--==================== [ Project Section Start ] ====================-->
<div class="project data-padding" id="project">
...
</div>
<!--==================== [ Project Section Exit ] ====================-->
<!--==================== [ Skilled Section Start ] ====================-->
<div class="Skilled data-padding" id="skilled">
...
</div>
<!--==================== [ Skilled Section Exit ] ====================-->
<!--==================== [ Testimonial Section Start ] ====================-->
<div class="testimonial data-padding" id="testimonial">
...
</div>
<!--==================== [ Testimonial Section Exit ] ====================-->
<!--==================== [ Award Section Start ] ====================-->
<div class="award data-padding" id="award">
...
</div>
<!--==================== [ Award Section Exit ] ====================-->
<!--==================== [ Logo Scrool slider Section Start ] ====================-->
<div class="slider-logo">
...
</div>
<!--==================== [ Logo Scrool slider Section Exit ] ====================-->
<!--==================== [ Pricing Section Start ] ====================-->
<div class="pricing data-padding" id="pricing">
...
</div>
<!--==================== [ Pricing Section Exit ] ====================-->
<!--==================== [ blog Section Start ] ====================-->
<div class="blog" id="blog">
...
</div>
<!--==================== [ blog Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 About File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ Testimonial Section Start ] ====================-->
<div class="testimonial data-padding" id="testimonial">
...
</div>
<!--==================== [ Testimonial Section Exit ] ====================-->
<!--==================== [ data-counder submiter Start ] ====================-->
<div class="data-counder data-padding">
...
</div>
<!--==================== [ data-counder submiter Exit ] ====================-->
<!--==================== [ Logo Scrool slider Section Start ] ====================-->
<div class="slider-logo">
...
</div>
<!--==================== [ Logo Scrool slider Section Exit ] ====================-->
<!--==================== [ data-counder Section Start ] ====================-->
<div class="data-counder data-padding">
...
</div>
<!--==================== [ data-counder Section Exit ] ====================-->
<!--==================== [ what-do Section Start ] ====================-->
<div class="what-do data-padding">
...
</div>
<!--==================== [ what-do Section Exit ] ====================-->
<!--==================== [ Pricing Section Start ] ====================-->
<div class="pricing data-padding" id="pricing">
...
</div>
<!--==================== [ Pricing Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Resume File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ about your self page Section Start ] ====================-->
<div class="resume-desc">
...
</div>
<!--==================== [ about your self page Section Exit ] ====================-->
<!--==================== [ Education experience Section Start ] ====================-->
<div class="education-data data-padding">
...
</div>
<!--==================== [ Education experience Section Exit ] ====================-->
<!--==================== [ Quality Skill Section Start ] ====================-->
<div class="quality-data data-padding pt-0">
...
</div>
<!--==================== [ Quality Skill Section Exit ] ====================-->
<!--==================== [ Logo Scrool slider Section Start ] ====================-->
<div class="slider-logo">
...
</div>
<!--==================== [ Logo Scrool slider Section Exit ] ====================-->
<!--==================== [ Award Achivments Section Start ] ====================-->
<div class="award-achivment data-padding" id="award-achivment">
...
</div>
<!--==================== [ Award Achivments Section Exit ] ====================-->
<!--==================== [ Project Section Start ] ====================-->
<div class="project" id="project">
...
</div>
<!--==================== [ Project Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Resume File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ about your self page Section Start ] ====================-->
<div class="resume-desc">
...
</div>
<!--==================== [ about your self page Section Exit ] ====================-->
<!--==================== [ Education experience Section Start ] ====================-->
<div class="education-data data-padding">
...
</div>
<!--==================== [ Education experience Section Exit ] ====================-->
<!--==================== [ Quality Skill Section Start ] ====================-->
<div class="quality-data data-padding pt-0">
...
</div>
<!--==================== [ Quality Skill Section Exit ] ====================-->
<!--==================== [ Logo Scrool slider Section Start ] ====================-->
<div class="slider-logo">
...
</div>
<!--==================== [ Logo Scrool slider Section Exit ] ====================-->
<!--==================== [ Award Achivments Section Start ] ====================-->
<div class="award-achivment data-padding" id="award-achivment">
...
</div>
<!--==================== [ Award Achivments Section Exit ] ====================-->
<!--==================== [ Project Section Start ] ====================-->
<div class="project" id="project">
...
</div>
<!--==================== [ Project Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Pricing File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ Pricing Section Start ] ====================-->
<div class="pricing data-padding pt-0" id="pricing">
...
</div>
<!--==================== [ Pricing Section Exit ] ====================-->
<!--==================== [ Logo Scrool slider Section Start ] ====================-->
<div class="slider-logo">
...
</div>
<!--==================== [ Logo Scrool slider Section Exit ] ====================-->
<!--==================== [ data-counder Section Start ] ====================-->
<div class="data-counder">
...
</div>
<!--==================== [ data-counder Section Exit ] ====================-->
<!--==================== [ FAQ Section Start ] ====================-->
<div class="faq-data" id="faq">
...
</div>
<!--==================== [ FAQ Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Testimonials File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ Testimonial Section Start ] ====================-->
<div class="testimonial" id="testimonial">
...
</div>
<!--==================== [ Testimonial Section Exit ] ====================-->
<!--==================== [ Logo Scrool slider Section Start ] ====================-->
<div class="top-bg-slider data-padding">
...
</div>
<!--==================== [ Logo Scrool slider Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 FAQs File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ FAQ page Section Start ] ====================-->
<div class="faq-page">
...
</div>
<!--==================== [ FAQ page Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 404 Error File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ 404 Error page Section Start ] ====================-->
<div class="error-data">
...
</div>
<!--==================== [ 404 Error page Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact data-padding pb-0" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Services File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ Experience services Design Section Start ] ====================-->
<div class="services-exper" id="services-exper">
...
</div>
<!--==================== [ Experience services Design Section Exit ] ====================-->
<!--==================== [ services page Design Section Start ] ====================-->
<div class="data-section" id="data-section">
...
</div>
<!--==================== [ services page Design Section Exit ] ====================-->
<!--==================== [ Pricing Design Section Start ] ====================-->
<div class="pricing data-padding" id="pricing">
...
</div>
<!--==================== [ Pricing Design Section Exit ] ====================-->
<!--==================== [ Logo Scrool slider Section Start ] ====================-->
<div class="slider-logo">
...
</div>
<!--==================== [ Logo Scrool slider Section Exit ] ====================-->
<!--==================== [ Project Section Start ] ====================-->
<div class="project data-padding pb-0" id="project">
...
</div>
<!--==================== [ Project Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact data-padding pb-0" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Services Detail File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ Services detail page Section Start ] ====================-->
<div class="services-detail-seprate" id="seprate-services">
...
</div>
<!--==================== [ Services detail page Section Exit ] ====================-->
<!--==================== [ services page Design Section Start ] ====================-->
<div class="data-section" id="data-section">
...
</div>
<!--==================== [ services page Design Section Exit ] ====================-->
<!--==================== [ Logo Scrool slider Section Start ] ====================-->
<div class="slider-logo">
...
</div>
<!--==================== [ Logo Scrool slider Section Exit ] ====================-->
<!--==================== [ Project Section Start ] ====================-->
<div class="project data-padding pb-0" id="project">
...
</div>
<!--==================== [ Project Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Project-1 File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ Project Section Start ] ====================-->
<div class="project" id="project">
...
</div>
<!--==================== [ Project Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Project-2 File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ Project Section Start ] ====================-->
<div class="project" id="project">
...
</div>
<!--==================== [ Project Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Project Details File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ Project detail Section Start ] ====================-->
<div class="project-detail-data" id="project-data">
...
</div>
<!--==================== [ Project detail Section Exit ] ====================-->
<!--==================== [ Logo Scrool slider Section Start ] ====================-->
<div class="slider-logo data-padding pb-0">
...
</div>
<!--==================== [ Logo Scrool slider Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Blog grid File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ Blog grid page Section Section Start ] ====================-->
<div class="blog-grid" id="blog-grid">
...
</div>
<!--==================== [ Blog grid page Section Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Blog Masonry File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ Blog masonry page Section Section Start ] ====================-->
<div class="container">
...
</div>
<!--==================== [ Blog masonry page Section Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Blog Details File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ Blog Detail page Section Section Start ] ====================-->
<div class="blog-detail" id="blog-detail">
...
</div>
<!--==================== [ Blog Detail page Section Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
Layout-2 Contact File Template Structure
Bran Star follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="zxx" dir="ltr">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!--==================== [ Preloader Section Start ] ====================-->
<div id="preloader" class="preloader">
.....
</div>
<!--==================== [ Preloader Section Start ] ====================-->
<div class="cursor"> </div>
<div class="top-header-dummy">
...
</div>
<!--==================== [ Header Section Start ] ====================-->
<div class="header" data-header>
...
</div>
<div class="menu" id="menu">
...
</div>
<!--==================== [ Header Section Exit ] ====================-->
<div class="smooth-scroll">
<div class="scroll-content">
<!--==================== [ top Design all page Section Start ] ====================-->
<div class="top-applicant-data data-padding pt-0">
...
</div>
<!--==================== [ top Design all page Section Exit ] ====================-->
<!--==================== [ Contact Section Start ] ====================-->
<div class="contact" id="contact">
...
</div>
<!--==================== [ Contact Section Exit ] ====================-->
<!--==================== [ Map Section Start ] ====================-->
<div class="map-deta data-padding pt-0">
...
</div>
<!--==================== [ Map Section Exit ] ====================-->
<!--==================== [ Footer Section Start ] ====================-->
<div class="footer-data" id="footer">
...
</div>
<div class="bran-Star">
...
</div>
<!--==================== [ Footer Section Exit ] ====================-->
</div>
</div>
</body>
</html>
The Logo Container can be found in the - index.html file
<a href="index.html" class="logo">
<p>B-</p>Star.
</a>
Favicon
You can add a Favicon to your Website using the following code just bottom to the Stylesheet files links:
<link rel="shortcut icon" href="assets/images/header/Favicon.svg" type="image/x-icon">
Change your Fonts from Google Fonts Library directly if you plan to use a Google Font. You can find the Linking to the Font Files in the head tag
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Marcellus&display=swap"
rel="stylesheet">
A Fast & Optimized Website has several factors which needs to be implemented in order to achieve the desired results. There are several Optimization Techniques available which will definitely affect your Website's Performance in a Positive Way & we want to share a few of them with you:
-
Image Compression & Optimization
We tend to use Lots of Images on our Websites but we often do not make efforts to Compress & Optimize them. Remember, the Larger the Image, the more time it takes to download and therefore this slows your website loading times affecting User Experience. Your customer will leave your website if it does not load within 3-5 Seconds which adversely affects your Sales. Therefore, it is important to Resize, Optimize & Compress your Images before using it on your Website. Here are some Tips which might come handy in optimizing images:
-
Resize your Images: Resize your Images
before using it on your Website. Do not just Download an
Image & place it as it is in your Website's
<img>Tag without resizing it. The size/resolution of the Image matters since it is not recommended to use an Image size of1200pxx800pxin a Content Size of300pxx200pxas this is unnecessary. Resize it to300pxx200px - Image Formats: There are three common file types that are used for web images which are JPEG, GIF, & PNG. For images with a Flat Background use JPEG images, for images with a Transparent background use PNG images and for images with Animations use GIF images.
-
Compressing Images: Images Compression is
important as it considerably reduces the size without losing
the quality. There are several FREE Image Optimization Tools
available to Download.
For MAC use ImageOptim
For Windows use Riot for compressing JPEG Images & PNG Gauntlet for PNG Images.
-
Resize your Images: Resize your Images
before using it on your Website. Do not just Download an
Image & place it as it is in your Website's
-
CSS & jQuery Minifications
It is also recommended that you Combine & Minify all your CSS Files to a single CSS File & all Javascript Files to a single JS File since Minification reduces the size of the File and Combining the files helps in reducing the number of HTTP requests made to the server. This is also an Important Factor in increasing the speed of your website. There are several tools available online to Minify your CSS & JS Files. Our recommendations are:
For CSS use CSS Minifier and For Javascript use Javascript Minifier. -
Fast Web Hosting Servers
A lot depends on your Web Hosting Servers, so it is recommended that you choose a Hosting Company/Server that provides a Reliable & a Fast Hosting Service. You can check out some recommended Hosting Services here: http://themeforest.net/get_hosting.